home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / mx / managers / IToolTipManagerClient.as < prev    next >
Text File  |  2014-03-27  |  269b  |  14 lines

  1. package mx.managers
  2. {
  3.    import mx.core.IFlexDisplayObject;
  4.    
  5.    public interface IToolTipManagerClient extends IFlexDisplayObject
  6.    {
  7.        
  8.       
  9.       function get toolTip() : String;
  10.       
  11.       function set toolTip(param1:String) : void;
  12.    }
  13. }
  14.